home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / cc.dxr / 00104.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  248 b   |  16 lines

  1. on mouseUp
  2.   sound playFile 2, "..\som\seta.wav"
  3.   startTimer()
  4.   repeat while the timer < 20
  5.     nothing()
  6.   end repeat
  7.   onVis(9)
  8.   InVis(7)
  9.   updateStage()
  10.   startTimer()
  11.   repeat while the timer < 30
  12.     nothing()
  13.   end repeat
  14.   go("exit")
  15. end
  16.